home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8332 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  851 b 

  1. Path: user2.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: question -- external priority queue
  5. Date: 3 Mar 1996 04:41:26 GMT
  6. Organization: Monumental Network Systems
  7. Message-ID: <4hb7tm$7ql@news1.mnsinc.com>
  8. References: <4hb5q9$ls9@pollux.usc.edu>
  9. NNTP-Posting-Host: user2.mnsinc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. S. Park (separk@pollux.usc.edu) wrote:
  13.  
  14. : I wonder if there are publicly available C codes for external priority
  15. : queue implementation.  Could anyone kindly tell me where I should look
  16. : or any other newsgroup that I might try to ask?  
  17.  
  18. A priority queue is a sorted list, and are generally implemented as
  19. either a linked list or an array.  I have no idea what you mean by
  20. 'external' priority queue, though.  It's difficult to be more specific
  21. because your question is rather vague.
  22.